home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2646 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 2 Feb 1996 15:13:13 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Distribution: inet
  8. Message-ID: <4et9m9$o2l@maureen.teleport.com>
  9. References: <4e8h9j$mp5@sinsen.sn.no> <4e8pk2$ntm@serpens.rhein.de> <3873.6603T379T952@wr.com.au> <4ekma4$8b@serpens.rhein.de> <4eopag$d8e@maureen.teleport.com> <4ep217$gk2@serpens.rhein.de>
  10. NNTP-Posting-Host: linda.teleport.com
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  14. : sschaem@teleport.com (Stephan Schaem) writes:
  15. : > Also, is there a way to write a reset function that ask all amiga
  16. : > device to shutdown? I really hate when I press amiga-amiga-ctrl
  17. : > and my amiga HD get trashed, I want a softreset.
  18.  
  19. : That's already a soft reset. Depending on keyboard you have 10 seconds
  20. : to solve shutdown issues.
  21. : With other keyboards or just by chosing a different sequence (that is interpreted
  22. : by a commodity) you could have any time. Of course the critical software
  23. : has to register to be notified.
  24.  
  25.  Is this a possibility or reality? cause I would love my amiga to never
  26.  reset if a device is activly writting or having unflushed buffer.
  27.  I dont mind using alt-ctrl-del for that, but like you mentioned how does
  28.  the various device know that a soft reset is requested... 
  29.  
  30. : > BTW, CBM didn't think it was interesting to offer fastram in the A1200
  31. : > standart... so some games are designed with this in mind. chip only.
  32.  
  33. : It would be probably easier for them to query the amount of fast memory
  34. : and crash directly. Saves them from writing the buggy code that crashes
  35. : later.
  36.  
  37.  It doesn't have to be that way... on chip only 68000 it was an advantage
  38.  to use the ().w addressing mode, so some created low memory structure
  39.  even orged code in chip ram. It was something of the time... this would
  40.  break if amiga chip mem would have moved, it didn't so I dont see how
  41.  those chip only design would break on any curent amiga model.
  42.  
  43.  many, many game broke on 020-040 because they used custom floppy IO
  44.  and didn't know how to flush the cache.
  45.  
  46.  Stephan
  47.